ConstructSim Work Package Server Setup Guide

To Configure the SSRS SQL Server Component on the Web Server

SSRS requires that IIS APPPOOLDefaultAppPool have additional privileges. If this is not configured, this error appears when you select any hosted report:

The permissions granted to user 'IIS APPPOOLDefaultAppPool' are insufficient for performing this operation. (rsAccessDenied)

  1. From the Start menu, open the Internet Information Services (IIS) Manager.
  2. In the Connections pane, click Application Pools.
  3. In the Application Pools pane (right), double-click DefaultAppPool. The Edit Application Pool dialog opens. The Name field is not editable.
  4. Set the following fields as below:
    .NET Framework version .NET Framework V2.0.50727
    Managed pipeline mode Integrated
    Start application pool immediately On (the default)
  5. Click OK to close the Edit Application Pool dialog.
  6. In the Application Pools pane, right-click DefaultAppPool and select Advanced Settings. The Advanced Settings dialog opens.
  7. In the Process Model section, click the browse button on the Identity field. The Application Pool Identity dialog opens.
  8. Select Custom account and click Set. The Set Credentials dialog opens.
  9. Add the User name and password and confirm the password. The custom account information displays in the Identify field.
  10. In the Process Model section, click the drop down button in the Load User Profile field and set this option to True.
  11. Click OK to close the Advanced Settings dialog.